Skip to content

Conversation

@WorkOfStan
Copy link
Owner

Changed

  • bump GitHub Action's versions
  • make the commit message compliant with Conventional Commits

Fixed

  • Trigger changed to ignore tags. I.e. change of the original trigger on: [pull_request, push] which caught also tags. (When running on a tag, actions/checkout runs on refs/tags/vX.Y.Z, so you end up with a detached HEAD, and github.head_ref is empty (it only exists on pull_request).)

@github-actions
Copy link

Commit-Check ✔️

@WorkOfStan WorkOfStan merged commit f1d2706 into main Oct 22, 2025
8 checks passed
@WorkOfStan WorkOfStan deleted the feature/tags-no-action branch October 22, 2025 23:03
@WorkOfStan WorkOfStan changed the title fix: don't trigger a GitHub Action by a Tag fix: do not trigger a GitHub Action by a Tag Oct 22, 2025
@WorkOfStan WorkOfStan restored the feature/tags-no-action branch October 22, 2025 23:11
WorkOfStan added a commit that referenced this pull request Oct 22, 2025
@WorkOfStan WorkOfStan deleted the feature/tags-no-action branch October 22, 2025 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants